runtime.cleanupQueue.blockUntilEmpty (method)

3 uses

	runtime (current package)
		mcleanup.go#L685: func (q *cleanupQueue) blockUntilEmpty(timeout int64) bool {
		mcleanup.go#L703: 	return gcCleanups.blockUntilEmpty(timeout)
		mcleanup.go#L708: 	return gcCleanups.blockUntilEmpty(timeout)